3.4.77 \(\int \log (f x^m) (a+b \log (c (d+e x)^n))^p \, dx\) [377]

Optimal. Leaf size=26 \[ \text {Int}\left (\log \left (f x^m\right ) \left (a+b \log \left (c (d+e x)^n\right )\right )^p,x\right ) \]

[Out]

Unintegrable(ln(f*x^m)*(a+b*ln(c*(e*x+d)^n))^p,x)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \log \left (f x^m\right ) \left (a+b \log \left (c (d+e x)^n\right )\right )^p \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[Log[f*x^m]*(a + b*Log[c*(d + e*x)^n])^p,x]

[Out]

Defer[Int][Log[f*x^m]*(a + b*Log[c*(d + e*x)^n])^p, x]

Rubi steps

\begin {align*} \int \log \left (f x^m\right ) \left (a+b \log \left (c (d+e x)^n\right )\right )^p \, dx &=\int \log \left (f x^m\right ) \left (a+b \log \left (c (d+e x)^n\right )\right )^p \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.07, size = 0, normalized size = 0.00 \begin {gather*} \int \log \left (f x^m\right ) \left (a+b \log \left (c (d+e x)^n\right )\right )^p \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[Log[f*x^m]*(a + b*Log[c*(d + e*x)^n])^p,x]

[Out]

Integrate[Log[f*x^m]*(a + b*Log[c*(d + e*x)^n])^p, x]

________________________________________________________________________________________

Maple [A]
time = 0.05, size = 0, normalized size = 0.00 \[\int \ln \left (f \,x^{m}\right ) \left (a +b \ln \left (c \left (e x +d \right )^{n}\right )\right )^{p}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(f*x^m)*(a+b*ln(c*(e*x+d)^n))^p,x)

[Out]

int(ln(f*x^m)*(a+b*ln(c*(e*x+d)^n))^p,x)

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: RuntimeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(f*x^m)*(a+b*log(c*(e*x+d)^n))^p,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is  0which is not
 of the expected type LIST

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(f*x^m)*(a+b*log(c*(e*x+d)^n))^p,x, algorithm="fricas")

[Out]

integral((b*log((x*e + d)^n*c) + a)^p*log(f*x^m), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(f*x**m)*(a+b*ln(c*(e*x+d)**n))**p,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(f*x^m)*(a+b*log(c*(e*x+d)^n))^p,x, algorithm="giac")

[Out]

integrate((b*log((x*e + d)^n*c) + a)^p*log(f*x^m), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int \ln \left (f\,x^m\right )\,{\left (a+b\,\ln \left (c\,{\left (d+e\,x\right )}^n\right )\right )}^p \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(log(f*x^m)*(a + b*log(c*(d + e*x)^n))^p,x)

[Out]

int(log(f*x^m)*(a + b*log(c*(d + e*x)^n))^p, x)

________________________________________________________________________________________